@charset "utf-8";
/* CSS Document */
.line-title {width:100%;height: auto;overflow: hidden;text-align: center;line-height: 1.2;}
.line-title h2{font-size:38px;font-weight:bold;color:#cc2727;}
.line-title h2 em{color:#282828;}
.line-title p{margin:10px 0 50px;font-size:18px;color: #a4a4a4;font-weight:300;text-transform: uppercase;}
@media only screen and (max-width:499px){
.line-title h2{font-size:30px;}
.line-title p{font-size:20px;}
}


/*PRODUCT*/
.home_product{padding-top: 70px;padding-bottom:90px;overflow:hidden;}
.hpro_sub {overflow: hidden;margin-bottom: 50px;text-align: center;}
.hpro_sub ul{display: inline-flex;}
.hpro_sub ul li{width:49%;margin:0 0.5%;background-color:#f5f5f5;box-sizing:border-box;position:relative;z-index:1;margin-bottom: 12px;float:left;border-radius:3px;}
.hpro_sub ul li a{display: block;padding:18px 20px;font-size:15px;letter-spacing: 1px;color:#333;text-align: left;text-transform: uppercase;transition: all 0.7s ease-in-out;-webkit-transition: all 0.7s ease-in-out;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hpro_sub ul li em{opacity:0.78;font-family:"Arial";letter-spacing:0px;padding-left:5px;font-weight:300;}
.hpro_sub ul li::after {content: "";position: absolute;width: 0;height: 100%;z-index: -1;background: linear-gradient(263deg,#ba0227 0%,#e60013 100%);top: 0;left: 0;transition: all 0.7s ease-in-out;-webkit-transition: all 0.7s ease-in-out;border-radius:3px;}
.hpro_sub ul li:hover::after {width: 100%;}
.hpro_sub ul li:hover > a{color: #FFF;}
.hproBox{position: relative;}
.proitems{overflow: hidden;}
.proitems li{width:25%;display: block;float: left;}
.proitems li a{display:block;background:#fff;border: 2px solid #f5f5f5;}
.proitems li .text{padding:40px 40px 0;box-sizing: border-box;}
.proitems li .text .title {font-size:22px;font-weight: bold;line-height:30px;color: #333;margin-top: 10px;margin-bottom: 10px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .3s linear;}
.proitems li .text .sort {color: #adadad;font-size:14px;line-height: 25px;height: 25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .1s linear;font-family:"Arial";}
.proitems li .himg {margin: 40px;height: auto;padding-top:56%;overflow: hidden;background-size: cover!important;}
.proitems li a:hover .himg img { transform:scale(1.1);transition:all .2s linear;}
.proitems li a:hover .text .title {color:#cc2727;}
.proitems li a:hover .text .sort {color:#666}
.hpro_jt{width:138px;height: 60px;margin: 50px auto 0 auto;overflow: hidden;}
.hpro_prev{float: left;width: 60px;height: 60px;cursor:pointer;border:2px solid #cc2727;border-radius: 5px;}
.hpro_next{float: right;width: 60px;height: 60px;cursor:pointer;border:2px solid #cc2727;border-radius: 5px;}
.hpro_prev i, .hpro_next i{font-size: 20px;margin-left: 18px;line-height: 56px;color:#cc2727;}
.hpro_prev:hover{background:#cc2727;transition:all ease 600ms;}
.hpro_prev:hover i{color:#ffffff;transition:all ease 600ms;}
.hpro_next:hover{background:#cc2727;transition:all ease 600ms;}
.hpro_next:hover i{color:#ffffff;transition:all ease 600ms;}

@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
.hpro_sub ul{display:block;}
.hpro_sub ul li{width:49%;}
.proitems li{width:50%;}
}
@media only screen and (max-width:499px){
.hpro_sub ul li em{display:none;}
.proitems li{width:100%;}
}



/*ABOUT*/
.home_about {padding:150px 0;background: url(../images/index_aboutbg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;background-position: center;color: #fff;overflow: hidden;position: relative;}
.home_about .skinw{display: flex;justify-content: space-between;align-items: flex-start;}
.abouttexts{width:50%;max-width:720px;}
.abouttexts p{color: #FFF;font-size: 17px;line-height: 2;}
.abouttexts p strong{font-size:32px;font-weight: bold;color:#e66868;line-height:32px;}
.abouttexts h2{font-size:32px;line-height:50px;color: #fff;max-width:500px;margin:22px 0 50px;}
.abouttexts .more{display: inline-block;color: #FFF;padding:15px 40px;background: #cc2727;margin-top: 60px;}
.abouttexts .more span{color:#FFF;font-size:16px;font-weight:bold;}
.abouttexts .more i{font-size:20px;margin-left:15px;font-weight:bold;}
.aboutsub{width: 40%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.aboutsub .mumping{}
.aboutsub .mumping ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.aboutsub .mumping ul li{width:47%;margin:1.5% 1.5%;padding:30px 30px;background: rgb(20, 20, 20, 0.86);border-radius: 10px;transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;-ms-transition: 0.3s ease;-o-transition: 0.3s ease;}
.aboutsub .mumping ul li p{width:100%;height:27px;font-size:16px;line-height:27px;margin-bottom:10px;text-align:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.aboutsub .mumping ul li .muntop{display: flex;flex-wrap: wrap;justify-content: space-between;}
.aboutsub .mumping ul li .muntop span{display: flex;align-items: flex-start;}
.aboutsub .mumping ul li .muntop .content{display: flex;align-items: flex-end;}
.aboutsub .mumping ul li .muntop em{font-size:50px;line-height: 50px;font-weight: bold;font-family: "Arial";}
.aboutsub .mumping ul li .muntop i{font-size:16px;color:#ffffff;vertical-align:bottom;margin-left:10px;}
.aboutsub .mumping ul li .muminfo {margin-top:20px;text-align: center;line-height:22px;font-weight: 300;opacity:0.8;}
.aboutsub .mumping ul li:hover{background:#e60011;}

@media only screen and (max-width:1800px){
.aboutsub{width:46%;}
}
@media only screen and (max-width:1480px){
.aboutsub{width:46%;}
.aboutsub .mumping ul li .muntop span{width:40px;}
.aboutsub .mumping ul li .muntop em{font-size:40px;line-height:40px;}
}
@media only screen and (max-width:1260px){
.aboutsub{width:46%;}
.aboutsub .mumping ul li .muntop span{width:30px;}
.aboutsub .mumping ul li .muntop em{font-size:30px;line-height:30px;}
}
@media only screen and (max-width:1024px){
.home_about{padding:80px 0;}
.home_about .skinw{display:block;}
.abouttexts{width:100%;float:none;padding-right:0;}
.aboutsub{width:100%;margin-top:50px;}
}
@media only screen and (max-width:768px){
.home_about{padding:60px 0;}
}
@media only screen and (max-width:499px){
.abouttexts p strong{font-size: 20px;}
.abouttexts h2{font-size:28px;line-height:1.6;}
.aboutsub .mumping ul li{width:97%;}
.aboutsub .mumping ul li .muntop span{width:50px;}
.aboutsub .mumping ul li .muntop em{font-size:50px;line-height:50px;}
}



/*案例现场*/
.home_case{padding-top:80px;padding-bottom:100px;overflow: hidden;}
.hcaseBox{position: relative;}
.caseitems li{width:25%;float: left;overflow: hidden;}
.caseitems li a{display: block;color: #332e2a;overflow: hidden;padding:8px 8px;}
.caseitems li .inon-font {padding:15px 8px;}
.caseitems li .inon-font h4{color:#333;line-height:28px;font-size: 18px;transition:all 0.5s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight: normal;}
.caseitems li .inon-btn{margin-top:15px;}
.caseitems li .inon-btn i{background-color:#acacac;display:block;width:20px;height:20px;border-radius:50%;float:left;margin-right:6px;margin-top:3px;color: #FFF;font-size: 12px;text-align: center;line-height: 20px;}
.caseitems li .inon-btn span{transition:all 0.5s;color: #9c9c9c;font-size:14px;vertical-align:middle;font-weight: 300;}
.caseitems li .inon-img {padding:46%;overflow: hidden;border:6px solid #dddddd;background-size:cover!important;}
.caseitems li:hover .inon-img{border:6px solid #b50000;transition: all 0.5s;}
.caseitems li:hover i{background-color:#b50000;transition: all 0.5s;}
.caseitems li:hover span,.caseitems li:hover h4{color:#b50000}

@media only screen and (max-width:768px){
.caseitems li{width:50%;}
}
@media only screen and (max-width:499px){
.caseitems li{width:100%;}
}



/*服务支持*/
.home_service{padding-top:90px;padding-bottom:0;overflow: hidden;background: url(../images/index_yybg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;background-position: center;}
.home_service .line-title h2{color:#FFF;}
.home_service .line-title h2 i{font-family:'FontAwesome';}
.home_service .line-title p{color:#FFF;opacity: 0.8;}
.hserviceBox{min-height: 500px;overflow: hidden;}
.hserviceBox li{width:25%;height:680px; float:left;border-right:1px solid rgba(255, 255, 255, 0.1);color: #fff;text-align: center;position: relative;}
.hserviceBox li:last-child{border-right:0;}
.hserviceBox li .line{position:absolute;border-bottom:1px solid rgba(255, 255, 255, 0.1);width:100%;top:58%;margin-top:156px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.hserviceBox li .inner{position:absolute;width:100%;top:18%;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.hserviceBox li .inner i{display:block;margin:0 auto;margin-bottom:28px;text-align:center;}
.hserviceBox li .inner i img{width:200px;height:200px;border:10px solid rgb(255, 255, 255, 0.18);border-radius:50%;}
.hserviceBox li .inner h2{font-size:28px;font-weight: bold;margin-bottom: 30px;margin-top: 32px;}
.hserviceBox li .inner h2 em{display:block;font-size:12px;color:#ffffff;font-weight:normal;padding-top:5px;font-family:"Arial"; text-transform: uppercase;opacity:0.3;}
.hserviceBox li .inner h2:after{content:'';display:block;width:30px;height:3px;background:#fff;margin-left:50%;margin-top:20px;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.hserviceBox li .inner p{padding: 0 15%;font-size:16px;line-height: 28px; overflow: hidden;}
.hserviceBox li:hover {background-image:linear-gradient(to bottom, transparent, #cc2727);}
.hserviceBox li:hover .line{opacity:1;}
.hserviceBox li:hover .inner{top:10%;}
.hserviceBox li:hover .line::before {content:'';display:block;width:10px;height:10px;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;position:absolute;left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hserviceBox li:hover .line::after {content:'';display:block;width:22px;height:22px;background-color:#fff;opacity:0.3;-webkit-border-radius:22px;border-radius:22px;position:absolute;left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:1024px){
.hserviceBox li{width:50%;height:500px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.hserviceBox li:nth-child(2n){border-right:0;}
.hserviceBox li .inner{top:10%;}
.hserviceBox li:hover .inner{top:3%;}
}
@media only screen and (max-width:768px){
.hserviceBox li .inner{}
.hserviceBox li .inner i img{width:180px;height:180px;}
.hserviceBox li .inner h2{font-size:24px;margin-top:22px;}
.hserviceBox li .inner h2:after{margin-top:10px;}
.hserviceBox li .inner p{padding:0 10%;}
}
@media only screen and (max-width:499px){
.hserviceBox li{width: 100%;border:0;}
}





/*新闻中心*/
.home_new{padding-top:80px;padding-bottom:90px;overflow:hidden;}
.new_qh{width:100%;height: auto;}
.hnew_nav{margin-bottom: 30px;}
.hnew_nav ul{width: auto;text-align:center;}
.hnew_nav li{width: auto;display: inline-flex;align-items: center;flex-wrap: wrap;}
.hnew_nav li a{color:#333;font-size: 18px;line-height: 18px;padding: 20px 50px;display: inline-flex;align-items: center;margin-bottom: 8px;margin-left: 8px;margin-right: 8px;transition: all 300ms;border: 1px solid #bdbdbd;border-radius: 5px;}
.hnew_nav li.on a{color: #ffffff;border: 1px solid #b10d0d;background: #cc2727;}

.hnew_nr {width: 100%;padding:40px 0px;background: #fff;min-height: 300px;}
.news_lt{width:66%;float: left;overflow: hidden;}
.news_lt dl{width:100%;float:left;overflow:hidden;background:#f7f7f7;}
.news_lt dl dt{width:50%;float:right;padding:5% 5% 0 5%;}
.news_lt dl dt .data{font-size:18px;line-height: 30px;color: #5a5a5a;margin: 10px 0 20px;}
.news_lt dl dt .nc_name {font-size:22px;line-height: 36px;color:#000000;height: 36px;margin:10px 0;display: block;}
.news_lt dl dt .nc_content{font-size:16px;line-height:30px;height:90px;color: #6d6d6d;font-weight:300;}
.news_lt dl dt .nc_more {display:inline-block;width: 50px;height: 50px;border:1px solid #cecece;line-height:46px;text-align: center;margin-top: 30px;font-size: 20px;}
.news_lt dl dd{width:50%;float:left;}
.news_lt dl dd img{display:block;width:100%;}
.news_lt dl dt .nc_name:hover{color:#cc2727;transition: all .3s;}
.news_lt dl dt .nc_more:hover{background:#cc2727;border: 1px solid #cc2727;transition: all .5s;color:#FFF;}

.news_lb{width: 33%;float: right;overflow:hidden;}
.news_lb li{width:100%;overflow:hidden;padding: 0 15px 15px;}
.news_lb li .data{font-size: 13px;line-height: 26px;color: #9a9a9a;}
.news_lb li .data span {font-size: 14px;line-height: 30px;padding-left: 10px;margin-left: 10px;border-left: 1px solid #bcbcbc;color:#f0571e;}
.news_lb li .na_name {display: block;font-size:18px;line-height: 28px;color:#000000;height: 28px;}
.news_lb li .na_content{font-size: 14px;line-height: 30px;height: 30px;color: #9a9a9a;font-weight: 300;}

.news_lb li .na_wire {display: block;width: 100%;margin-top: 3px;border-bottom: 1px solid #e6e6e6;}
.news_lb li .na_name:hover{color:#cc2727;transition: all .3s;}
.news_lb li .na_more:hover{background:#cc2727;border: 1px solid #cc2727;transition: all .5s;}

@media only screen and (max-width:1024px){
.news_lt{width:100%;float:none;margin-bottom: 20px;}
.news_lt dl dt{padding:1% 3% 0 3%;}
.news_lb{width:100%;float:none;}
.news_lb li{padding:0 0 15px 0;}
}
@media only screen and (max-width:860px){
.hnew_nav li a{padding:15px 30px;}
.news_lt dl dd {width:100%;}
.news_lt dl dt {width:100%;padding:5%;}
}
@media only screen and (max-width:767px){
.hnew_nav li a{padding:13px 18px;font-size:16px;margin-left:1px;margin-right:1px;}
.news_lt dl dt .nc_name{font-size:18px;line-height:30px;height:30px;}
.news_lt dl dt .data{font-size:16px;}
.news_lt dl dt .nc_content{font-size:14px;line-height:25px;height:75px;}
.news_lt dl dt .nc_more{margin-top:15px;}
}



/**************************************************************************************************************
************************************************************内页************************************************
***************************************************************************************************************/
.inner-banner {height:560px;padding-top:300px;text-align: center;background-attachment: fixed;background-position: top center;}
.inner-banner h2 {color:#FFFFFF;font-weight:bold;font-size:36px;line-height:50px;letter-spacing:3px;text-transform:uppercase;}
.inner-banner .location {font-size:17px;color:#FFFFFF;margin-top:10px;line-height:30px;opacity:0.86;letter-spacing: 1px;}
.inner-banner .location a{color:#FFFFFF;}
@media only screen and (max-width:768px){
.inner-banner{height:400px;padding-top:180px;}
}


/*二级栏目*/
.sub_muen {width: 100%;height: auto;overflow: hidden;text-align: center;border-bottom: 1px solid #f0f0f0;overflow-x: auto;}
.sub_muen ul li {display:inline-block;height:100px;padding:0px 40px;}
.sub_muen ul li a {display:block;height:100px;line-height:100px;font-size:16px;font-weight:bold;color:#333;position:relative;}
.sub_muen ul li a:hover {color:#cc2727;}
.sub_muen ul li.cur a {color: #cc2727;}
.sub_muen ul li a::after {content:"";position:absolute;left:0px;bottom:0px;width:0px;height:5px;background-color:#cc2727;transition:all .3s linear;}
.sub_muen ul li a:hover::after,.sub_muen ul li.cur a::after {width:100%;}

@media only screen and (max-width:1024px){
.sub_muen ul li{height: 80px;padding: 0px 30px;}
.sub_muen ul li a{height: 80px;line-height: 80px;}
}
@media only screen and (max-width:768px){
.sub_muen ul li{height:50px;padding: 0px 20px;}
.sub_muen ul li a{height:50px;line-height:50px;}
}

/*二级三级导航*/
.side_left {width:300px;float: left;overflow: hidden;}
.side_right {width:calc(100% - 300px);float: right;padding-left:50px; overflow: hidden;}
.sidebar {margin-bottom: 20px;}
.topclass{height: auto;padding:20px 28px;box-sizing:border-box;text-align:center;background:#cc2727;}
.topclass h2{display: block;font-size: 20px;line-height: 1.0;font-weight: normal;color:#FFF;}
.sidemenu{display: block;background: #f2f2f2;padding-bottom: 100px;overflow:hidden;}
.sidemenu li{display:block;}
.sidemenu li a{display:block;padding:15px 20px;font-size:16px;line-height:26px;color:#4f676b;border-bottom:1px solid #e7e7e7;border-top:1px solid #FFF;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}
.sidemenu li.cur>a, .sidemenu li>a:hover{background: #dedede;}
.sidemenu li dl dd a{padding: 10px 20px 10px 30px;font-size: 15px;color:#929292;}
.sidemenu li dl dd a i{padding-right: 8px;}
.sidemenu li dl dd a:hover{color:#cc2828}
@media only screen and (max-width:1024px) {
.side_left {width:230px;}
.side_right {width:calc(100% - 230px);padding-left:30px;}
}
@media only screen and (max-width:768px) {
.side_left {width:100%;float:none;overflow: hidden;}
.side_right {width:100%;float:none;padding-left:0;overflow: hidden;}
}


/*内页标题*/
.ny-title {width:100%;text-align:center;margin-bottom: 50px;}
.ny-title .cn {font-size:36px;line-height:36px;font-weight:bold;margin-top:10px;color:#333;/*white-space:nowrap;*/}
.ny-title .en {font-size:16px;line-height:20px;text-transform:uppercase;margin-top:20px;color:#666;font-family:"Arial";}
.company {line-height: 1.8; overflow: hidden;}

@media only screen and (max-width:768px){
.ny-title .cn {font-size:26px;}
.ny-title .en {font-size:16px;}
}


/*关于我们*/
.ny-about {width:100%;padding:70px 0;overflow:hidden;}
.about_max{overflow: hidden;}
.about_max .abbox1_wz{width:80%;margin: auto; overflow: hidden;}
.about_max .abbox1_wz p{height: auto;color: #666;overflow: hidden;}

.ny-abnums{width:100%;padding:50px 0;background: url(../images/index_aboutbg.jpg) no-repeat center center;background-size: cover;background-attachment:fixed;background-position:center;}
.ny-abnums .mumping{}
.ny-abnums .mumping ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ny-abnums .mumping ul li{width: 23%;margin: 1% 1%;padding:30px 30px;border-radius: 10px;color: #FFF;transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;-ms-transition: 0.3s ease;-o-transition: 0.3s ease;}
.ny-abnums .mumping ul li p{width:100%;height:30px;font-size:18px;line-height:30px;margin-bottom:18px;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ny-abnums .mumping ul li .muntop{display: block;}
.ny-abnums .mumping ul li .muntop span{display: block;text-align: center;margin-bottom: 15px;}
.ny-abnums .mumping ul li .muntop .content{display:block;text-align: center;}
.ny-abnums .mumping ul li .muntop em{font-size:50px;line-height: 50px;font-weight: bold;font-family: "Arial";}
.ny-abnums .mumping ul li .muntop i{font-size:16px;color:#ffffff;vertical-align:bottom;margin-left:10px;}
.ny-abnums .mumping ul li .muminfo {margin-top:20px;text-align: center;line-height:25px;font-size:18px;opacity:0.9;}
.ny-abnums .mumping ul li:hover{background:#e60011;}

.ny-abfactory{width:100%;padding-top:70px;padding-bottom:90px;overflow:hidden;}
.abfactory{position: relative;}
.abfactorylist{margin-left:50px;margin-right:50px;overflow: hidden;}
.abfactorylist li{width:25%;float: left;}
.abfactorylist li a{display: block;padding:0 5px}
.abfactorylist li .inon-img {height:auto;padding-top:68%; overflow: hidden;border:1px solid #dddddd;background-size:cover!important;}
.abfactorylist li .inon-font {padding:15px 10px;background:#f1f1f1;}
.abfactorylist li .inon-font h4{color:#666;line-height:28px;font-size: 16px;transition:all 0.5s;letter-spacing: 1px;font-weight:normal;text-align:center;}
.abfactorylist li:hover .inon-font{background:#cc2727;transition:all ease 600ms;}
.abfactorylist li:hover .inon-font h4{color:#FFF;transition:all ease 600ms;}
/*
.nfactory_prev{position:absolute;top:120px;left:0px;width:20px; height:50px;color: #4f676b;font-size:50px;cursor:pointer}
.nfactory_next{position:absolute;top:120px;right:0px;width:20px; height:50px;color: #4f676b;font-size:50px;cursor:pointer}
.nfactory_prev:hover{color: #cc2727;transition:all ease 600ms;}
.nfactory_next:hover{color: #cc2727;transition:all ease 600ms;}
*/

.ny-abhonor{width:100%;padding-top:70px;padding-bottom: 100px; overflow:hidden;background:#f5f5f5; }
.abhonor{position: relative;}
.abhonorlist{margin-left:50px;margin-right:50px;overflow: hidden;}
.abhonorlist li{width:25%;float: left;}
.abhonorlist li a{display: block;padding:0 5px}
.abhonorlist li .inon-img {height:auto;padding-top:68%; overflow: hidden;border:1px solid #dddddd;background-size:cover!important;}
.abhonorlist li .inon-font {padding:15px 10px;background:#FFF;}
.abhonorlist li .inon-font h4{color:#666;line-height:28px;font-size: 16px;transition:all 0.5s;letter-spacing: 1px;font-weight:normal;text-align:center;}
.abhonorlist li:hover .inon-font{background:#cc2727;transition:all ease 600ms;}
.abhonorlist li:hover .inon-font h4{color:#FFF;transition:all ease 600ms;}
.nhonor_prev{position:absolute;top:120px;left:0px;width:20px; height:50px;color: #4f676b;font-size:50px;cursor:pointer}
.nhonor_next{position:absolute;top:120px;right:0px;width:20px; height:50px;color: #4f676b;font-size:50px;cursor:pointer}
.nhonor_prev:hover{color: #cc2727;transition:all ease 600ms;}
.nhonor_next:hover{color: #cc2727;transition:all ease 600ms;}

@media only screen and (max-width:1024px){
.abfactorylist li{width:33.33%;}
.abhonorlist li{width:33.33%;}
.nhonor_prev{top:100px;}
.nhonor_next{top:100px;}
}
@media only screen and (max-width:768px){
.ny-abnums .mumping ul li{padding:10px 10px;}
.ny-abnums .mumping ul li .muntop em {font-size: 40px;line-height:40px;}
.abfactorylist {margin-left:0;margin-right:0;overflow: hidden;}
.abfactorylist li{width:50%;}
.abhonorlist li{width:50%;}
}
@media only screen and (max-width:599px){
.ny-abnums .mumping ul li{width:48%; }
.abfactorylist li{width:100%;}
.abhonorlist li{width:100%;}
}


/***********列表公共部分***********/
.ny-containBox{width: 100%;padding:80px 0;}
/*分页样式*/
.pglist {padding: 40px 0 80px 0;width: 100%;text-align: center;clear: both;}
.pglist a, .pglist span {color: #828282;padding: 6px 20px;margin: 3px 0px;background:#fff;border:1px solid #edebeb;font-size: 15px;border-radius: 3px;}
.pglist * {display:inline-block;vertical-align: middle;line-height: 36px;padding-bottom:1px;}
.pglist a:hover, .pglist .page-num-current{display: inline-block;color: #fff;background: #ed1b23;border-color: #cc2727;}
.pageinfo{display:none;}
/*reLink*/
.reLink{padding-top:40px;overflow: hidden;font-size: 15px;border-top:1px solid #EEE;}
.prevLink, .nextLink{padding-top:8px;margin-bottom:8px;overflow: hidden;}
.reLink a{color: #676767;text-decoration: none;}
.reLink a:hover{color:#cc2727;text-decoration:underline;}


/*IMAGELIST*/
.imglist{width:100%;height: auto;margin-bottom: 50px;overflow: hidden;}
.imglist li{width:25%;float: left;overflow: hidden;}
.imglist li a{display: block;padding:0 10px 20px 10px;overflow: hidden;}
.imglist li .img {height:auto;padding-top:68%; overflow: hidden;border:1px solid #dddddd;background-size:cover!important;}
.imglist li .text {padding:15px 10px;background:#f1f1f1;}
.imglist li .text .title{color:#666;line-height:28px;font-size: 16px;transition:all 0.5s;letter-spacing: 1px;font-weight:normal;text-align:center;}
.imglist li:hover .text{background:#cc2727;transition:all ease 600ms;}
.imglist li:hover .text .title{color:#FFF;transition:all ease 600ms;}
@media only screen and (max-width:1024px){
.imglist li{width:33.33%;}
}
@media only screen and (max-width:768px){
.imglist li{width:50%;}
}
@media only screen and (max-width:499px){
.imglist li{width:100%;}
}

/*NEWLIST*/
.newlist{width: 100%;height:auto;overflow:hidden;margin-bottom:50px;position: relative;}

.newlist::before{content:"";width:1px;height:100%;position:absolute;left:32.75%;top:10px;z-index:2;background-color:#f3f3f3;}
.newlist::after{content:"";width:1px;height:100%;position:absolute;left:67.25%;top:10px;z-index:2;background-color: #f3f3f3;}
.newlist li{display: block;width: 31%;height: auto;float: left;overflow: hidden;margin-bottom: 60px;border-bottom: 1px solid #f3f3f3;padding-bottom: 60px;}
.newlist li:nth-of-type(3n+1) {margin-left:0;}
.newlist li:nth-of-type(3n+2) {margin-left: 3.5%;margin-right: 3.5%;}
.newlist li .text{width: 100%;}
.newlist li .text .date{width: 100%;height: 40px;line-height: 40px;font-size: 16px;font-weight: bold;color: #666;}
.newlist li .text .title{font-size: 24px;line-height: 40px;height: 80px;}
.newlist li .text .desc{font-size: 16px;line-height: 30px;height: 60px;overflow: hidden;color: #adadad;margin-top: 10px;text-align: justify;}
.newlist li .nimg{width:100%;height: 250px;overflow:hidden;margin-top:30px;}
.newlist li .nimg img{display: block;height: 100%;margin: auto;transition:all 300ms;}
.newlist li:hover .nimg img {transform:scale(1.1);}
@media only screen and (max-width:1024px){
.newlist li{margin-bottom:50px;padding-bottom:50px;}
.newlist li .text .date{height: 40px;line-height: 40px;font-size: 18px;}
.newlist li .text .title{font-size: 16px;line-height: 25px;height:50px;}
.newlist li .text .desc{font-size: 14px;line-height: 24px;height: 48px;margin-top: 10px;}
}
@media only screen and (max-width:768px){
.newlist::before{display: none;}
.newlist::after{display: none;}
.newlist li{width: 100%;margin-bottom:30px;padding-bottom:30px;}
.newlist li:nth-of-type(3n+2) {margin-left:0;margin-right:0;}
}



/*PROLIST*/
.prolist{padding-bottom:50px; overflow: hidden;}
.prolist li{width:33.33333%;padding:0 10px 20px 10px;float: left;overflow: hidden;}
.prolist li .img-box {display: block;border: 4px solid #f2f2f2;overflow: hidden;}
.prolist li .img-box .nimg{height:auto;padding-top:86%;overflow:hidden;background-size:cover!important;}
.prolist li .img-box:hover .nimg{transform: scale(1.1,1.1);transition: 1s ease;}
.prolist li .text {background: #f2f2f2;padding: 20px;display: block;margin: 0;}
.prolist li .text .title{font-size:18px;line-height: 36px;}
.prolist li .text .title a{color: #4f676b;}
.prolist li .text .title a:hover{color: #cc2727;}
.prolist li .text .model{font-size:14px;line-height:28px;height:28px;transition: all .1s linear;font-family:"Arial";}
.prolist li .text .model a{color: #adadad;}
.prolist li .text .model a:hover{color: #cc2727;text-decoration: underline;}
@media only screen and (max-width:1024px){
.prolist li{width:50%;}
}
@media only screen and (max-width:768px){
.prolist li{width:50%;}
}
@media only screen and (max-width:499px){
.prolist li{width:100%;}
}


/*详情页*/
.nrcompany{width: 100%;max-width:1380px;margin: auto; overflow: hidden;}
.nrcompany h1 {text-align: center;padding-top: 10px;padding-bottom:26px;font-size: 26px;font-weight: normal;}
.nrcompany .met-editor {border-bottom: #eee solid 1px;padding-bottom:28px;text-align: center;font-size: 15px;color: #999;}
.nrcompany .xwzy {font-size:15px;color:#8c8c8c;line-height:26px;margin-top:30px;background:#f5f5f5;padding:20px 28px;text-align:justify;letter-spacing:1.5px;}
.nrcompany .nrxqzy {font-size:15px;padding: 50px 0;margin-bottom: 60px;line-height: 28px;text-align: justify;}
.nrcompany .nrxqzy img{height: auto!important;max-width: 100%!important;}
.nrcompany .share {height: auto;margin-top:60px;margin-bottom: 50px;overflow: hidden;}
.nrcompany .share .more-btn{border: 1px solid #e0e0e0;color: #666;background:#FFF;display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;}
.nrcompany .share .more-btn:hover{background-color: #cc2727;color: #fff;border:0;transition:all .2s linear;}
.nrcompany .share i{font-size: 17px;margin-left: 15px;transition: margin 300ms;}


/*联系我们*/
.conlianxi{overflow: hidden;}
.conlianxi .content{width:50%;float: left;}
.conlianxi .content li{color:#999;line-height:24px;margin-bottom:38px;}
.conlianxi .content li h4{font-size:30px;line-height:1.0; font-weight: normal;color: #222;}
.conlianxi .content li p i{margin-right:10px;font-size:22px;}
.conlianxi .content li p em{font-size:16px;}
.conlianxi .content li .p1{font-size:20px;margin-top:10px;color:#333;}
.conlianxi .MapBox{float: right;width:45%;overflow: hidden;}

@media only screen and (max-width:768px){
.conlianxi .content{width:100%;float:none;}
.conlianxi .content li h4{font-size:22px;}
.conlianxi .content li .p1{font-size:18px;}
.conlianxi .MapBox{width:100%;float:none;}
}


/*SEARCH*/
.searchTitle{display: block;height: 30px;margin-bottom:30px;font-size:22px;font-weight: bold;color: #333;}
.search_list li{width:25%;padding:0 10px 20px 10px;float: left;overflow: hidden;}
.search_list li .img-box {display: block;border: 4px solid #f2f2f2;overflow: hidden;}
.search_list li .img-box .nimg{height:auto;padding-top:86%;overflow:hidden;background-size:cover!important;}
.search_list li .img-box:hover .nimg{transform: scale(1.1,1.1);transition: 1s ease;}
.search_list li .text {background: #f2f2f2;padding: 20px;display: block;margin: 0;}
.search_list li .text .title{font-size:18px;line-height: 36px;}
.search_list li .text .title a{color: #4f676b;}
.search_list li .text .title a:hover{color: #cc2727;}
.search_list li .text .model{font-size:14px;line-height:28px;height:28px;transition: all .1s linear;font-family:"Arial";}
.search_list li .text .model a{color: #adadad;}
.search_list li .text .model a:hover{color: #cc2727;text-decoration: underline;}

@media only screen and (max-width:768px){
.search_list li{width:50%;}
}
@media only screen and (max-width:499px){
.search_list li{width:100%;}
}








